home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00018_main frame script.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  282 b   |  15 lines

  1. global gSISystem, gSIHParentWnd, gSIActiveWindow
  2.  
  3. on exitFrame
  4.   global givFrameScript
  5.   if gSISystem = "WIN" then
  6.     set vHWnd to gSIActiveWindow(mCall)
  7.     if vHWnd <> gSIHParentWnd then
  8.       go(the frame)
  9.       exit
  10.     end if
  11.   end if
  12.   do(givFrameScript)
  13.   go(the frame)
  14. end
  15.